| 1. | A function driver can dynamically link to other kernel - mode dlls too 一个函数驱动也可以动态链接到其他内核模式的dll 。 |
| 2. | The combination of minidriver and class driver adds up to a single function driver 迷你驱动核类驱动的联合组成了一个单一的函数驱动。 |
| 3. | I said earlier that devices can have upper and lower filter drivers as well as a function driver 之前我说过:设备可以像一个函数驱动那样具有更高或更低的过滤驱动。 |
| 4. | Fdo stands for function device object . the function driver uses this object to manage the functionality of the device Fdo代表功能设备对象。功能驱动使用这个对象来管理设备的功能性。 |
| 5. | You will decide first whether to write a monolithic function driver , a filter driver , or just a minidriver 你首先要决定要编写一个单片机类的驱动,一个筛选驱动,或者仅仅一个迷你驱动。 |
| 6. | The system calls adddevice in the driver specified by the service value in the device key . this is the function driver 系统调用在设备关键中由服务值指向的驱动中的“添加设备” 。这是个函数驱动。 |
| 7. | Before i knew the facts , i guessed that device - level filters would be closer to the function driver than class - level filters 在我了解事实之前,我建议:设备级别的过滤器应该比类级别的过滤器更贴近函数驱动。 |
| 8. | With some exceptions to be noted in the next section , most other types of device require what i ' ve called here a monolithic wdm function driver 在下一节中提到了很多反例,大部分其他类型的设备要求(一个)我在这里称作“单片机wdm功能驱动” (的驱动) 。 |
| 9. | In the software section , the “ wave descriptor ” and the whole communication process of cy7c68013 in the gpif master mode were expounded ; and the testing result of the firmware was listed at the end of the firmware part ; function driver is the bridge between hardware and host software , and the design process of the wdm ( windows driver mode ) driver for the usb was introduced here ; finally the application software used to exhibit the curves and save data was designed , and the functions of the software were also explained 在软件部分,详细阐述了cy7c68013在gpif工作模式下的波形设计过程及其数据通信流程,并给出了调试结果;驱动程序是硬件和客户应用程序间通信的桥梁,文中介绍了usb的wdm功能驱动程序设计过程;最后,设计了一个主要用于演示数据变化曲线和数据保存的应用程序,并对其功能做了解释。 |
| 10. | Within the category of wdm driver , you can also distinguish between class drivers ( which manage a device belonging to some well - defined class of device ) and minidrivers ( which supply vendor - specific help to a class driver ) , and between monolithic function drivers ( which embody all the functionality needed to support a hardware device ) and filter drivers ( which “ filter ” the i / o operations for a particular device in order to add or modify behavior ) 在wdm驱动的范畴里,你还要区分类驱动(管理属于某些明确定义设备类的设备)和迷你驱动,以及单片函数驱动(具体化所有支持一个硬件设备所需的功能)和筛选驱动(为一个特殊的设备过滤一些i / o操作一边增加或者定义行为) 。 |